←Select platform

FindStudies(string,List<StudyInfo>,int) Method

Summary

Finds all studies that match the specified search criteria.

Syntax

C#
VB
C++
public ControllerReturnCode FindStudies( 
   string patientId, 
   List<StudyInfo> studies, 
   int maxQueryResults 
) 
Public Function FindStudies( 
   ByVal patientId As String, 
   ByVal studies As List(Of StudyInfo 
), 
   ByVal maxQueryResults As Integer) As ControllerReturnCode 
public:  
   ControllerReturnCode^ FindStudies( 
      String^ patientId, 
      List<StudyInfo^>^ studies, 
      Int32 maxQueryResults 
   ) 

Parameters

patientId

The Patient ID for which to search.

studies

List of StudyInfo objects that will be updated with the results of the search.

maxQueryResults

Specifies the maximum number of results to return.

Return Value

A ControllerReturnCode value indicating the results of the search.

Remarks

This method is similar to FindStudies(string,list{studyinfo}), but allows you to pass a value for maxQueryResults that puts a limit on the number of results returned. This is useful for querying large databases, where the results returned could be unpredictably large.

Pass 0 for maxQueryResults if you do not want to limit the number of results returned.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.WebViewer.ExternalControl Assembly